home *** CD-ROM | disk | FTP | other *** search
/ Alles Voor Internet / Tout Pour Internet / alles voor internet.iso / MacInternet™ / Archive-tools / LZSS Res ƒ / utils.h < prev   
Text File  |  1993-06-06  |  311b  |  14 lines

  1. /*
  2.     Copyright © 1994 Demos, inc.
  3.     Written by: Dmitry Boldyrev
  4. */
  5.  
  6. #ifndef    __UTILS__
  7. #define    __UTILS__
  8.  
  9. void CenterRect(Rect srcRect, Rect* dstRect);
  10. void HideMenuBar(GrafPtr grafPort);
  11. void ShowMenuBar(GrafPtr grafPort);
  12. CGrafPtr CreateWindow(Rect *tempR, Str255 title, short win_type, long app_handle);
  13.  
  14. #endif